home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python2.5.postrm < prev    next >
Text File  |  2008-10-05  |  413b  |  23 lines

  1. #! /bin/sh
  2.  
  3. set -e
  4.  
  5. if [ "$1" = remove ]; then
  6.     ldconfig
  7. fi
  8.  
  9. # Automatically added by dh_installmenu
  10. if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
  11. # End automatically added section
  12.  
  13. #! /bin/sh -e
  14.  
  15. if [ "$1" = "remove" ]; then
  16.     ldconfig
  17. fi
  18.  
  19. # Automatically added by dh_installmenu
  20. if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
  21. # End automatically added section
  22.  
  23.